﻿2026-07-06T06:24:08.9149424Z Current runner version: '2.335.1'
2026-07-06T06:24:08.9154031Z Runner name: 'kitsubito'
2026-07-06T06:24:08.9154536Z Runner group name: 'Default'
2026-07-06T06:24:08.9155161Z Machine name: 'KITSUBITO'
2026-07-06T06:24:08.9157007Z ##[group]GITHUB_TOKEN Permissions
2026-07-06T06:24:08.9158734Z Contents: read
2026-07-06T06:24:08.9159184Z Metadata: read
2026-07-06T06:24:08.9159545Z Packages: read
2026-07-06T06:24:08.9159893Z ##[endgroup]
2026-07-06T06:24:08.9161444Z Secret source: Actions
2026-07-06T06:24:08.9161931Z Prepare workflow directory
2026-07-06T06:24:08.9517903Z Prepare all required actions
2026-07-06T06:24:08.9548882Z Getting action download info
2026-07-06T06:24:09.3016636Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-06T06:24:09.8785752Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-06T06:24:09.9690633Z ##[group]Run actions/checkout@v5
2026-07-06T06:24:09.9691421Z with:
2026-07-06T06:24:09.9691792Z   fetch-depth: 0
2026-07-06T06:24:09.9692234Z   repository: SaberMage/spt-core
2026-07-06T06:24:09.9695110Z   token: ***
2026-07-06T06:24:09.9695502Z   ssh-strict: true
2026-07-06T06:24:09.9695894Z   ssh-user: git
2026-07-06T06:24:09.9696270Z   persist-credentials: true
2026-07-06T06:24:09.9696697Z   clean: true
2026-07-06T06:24:09.9697076Z   sparse-checkout-cone-mode: true
2026-07-06T06:24:09.9697521Z   fetch-tags: false
2026-07-06T06:24:09.9697902Z   show-progress: true
2026-07-06T06:24:09.9698292Z   lfs: false
2026-07-06T06:24:09.9698650Z   submodules: false
2026-07-06T06:24:09.9699179Z   set-safe-directory: true
2026-07-06T06:24:09.9699839Z ##[endgroup]
2026-07-06T06:24:10.0530457Z Syncing repository: SaberMage/spt-core
2026-07-06T06:24:10.0532127Z ##[group]Getting Git version info
2026-07-06T06:24:10.0532894Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-06T06:24:10.0533867Z [command]/usr/bin/git version
2026-07-06T06:24:10.0534303Z git version 2.43.0
2026-07-06T06:24:10.0535614Z ##[endgroup]
2026-07-06T06:24:10.0546536Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/184b8be1-6e06-49bd-8fec-3cc780982673' before making global git config changes
2026-07-06T06:24:10.0548232Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:24:10.0549664Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T06:24:10.0582851Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-06T06:24:10.0602504Z https://github.com/SaberMage/spt-core
2026-07-06T06:24:10.0612442Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T06:24:10.0614765Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T06:24:10.0632470Z HEAD
2026-07-06T06:24:10.0661819Z ##[endgroup]
2026-07-06T06:24:10.0662454Z [command]/usr/bin/git submodule status
2026-07-06T06:24:10.0852149Z ##[group]Cleaning the repository
2026-07-06T06:24:10.0853398Z [command]/usr/bin/git clean -ffdx
2026-07-06T06:24:10.0881954Z Removing traceable-reqs
2026-07-06T06:24:10.0888780Z [command]/usr/bin/git reset --hard HEAD
2026-07-06T06:24:10.0957225Z HEAD is now at eafc1837c Merge 279df99067a41ead572534846142b9372d0a7812 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:24:10.0963741Z ##[endgroup]
2026-07-06T06:24:10.0965611Z ##[group]Disabling automatic garbage collection
2026-07-06T06:24:10.0968587Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T06:24:10.0994791Z ##[endgroup]
2026-07-06T06:24:10.0995544Z ##[group]Setting up auth
2026-07-06T06:24:10.1000434Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:24:10.1027625Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T06:24:10.1215542Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:24:10.1239868Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-06T06:24:10.1422940Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:24:10.1449191Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T06:24:10.1636726Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T06:24:10.1700380Z ##[endgroup]
2026-07-06T06:24:10.1701268Z ##[group]Fetching the repository
2026-07-06T06:24:10.1709320Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +eafc1837c7074fb14574e127d6b3622d9af54c1b:refs/remotes/pull/52/merge
2026-07-06T06:24:10.8095891Z From https://github.com/SaberMage/spt-core
2026-07-06T06:24:10.8097420Z    8a54b2c7c..279df9906  remote-truth -> origin/remote-truth
2026-07-06T06:24:10.8136898Z ##[endgroup]
2026-07-06T06:24:10.8137841Z ##[group]Determining the checkout info
2026-07-06T06:24:10.8138790Z ##[endgroup]
2026-07-06T06:24:10.8142035Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T06:24:10.8182164Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T06:24:10.8206991Z ##[group]Checking out the ref
2026-07-06T06:24:10.8209146Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T06:24:10.8268213Z HEAD is now at eafc1837c Merge 279df99067a41ead572534846142b9372d0a7812 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:24:10.8274603Z ##[endgroup]
2026-07-06T06:24:10.8324745Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T06:24:10.8357151Z eafc1837c7074fb14574e127d6b3622d9af54c1b
2026-07-06T06:24:10.8575441Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-06T06:24:10.8577156Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-06T06:24:10.8595724Z shell: /usr/bin/bash -e {0}
2026-07-06T06:24:10.8596627Z ##[endgroup]
2026-07-06T06:24:10.8723558Z ##[group]Run set -euo pipefail
2026-07-06T06:24:10.8724521Z [36;1mset -euo pipefail[0m
2026-07-06T06:24:10.8725357Z [36;1mPIN=0c95435[0m
2026-07-06T06:24:10.8726149Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-06T06:24:10.8727131Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-06T06:24:10.8728491Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-06T06:24:10.8730375Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-06T06:24:10.8744354Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-06T06:24:10.8745774Z [36;1m  rm -rf "$CACHE"[0m
2026-07-06T06:24:10.8746689Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-06T06:24:10.8747789Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-06T06:24:10.8749190Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-06T06:24:10.8750574Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-06T06:24:10.8751518Z [36;1mfi[0m
2026-07-06T06:24:10.8752624Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T06:24:10.8769071Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-06T06:24:10.8770164Z env:
2026-07-06T06:24:10.8770860Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-06T06:24:10.8771752Z ##[endgroup]
2026-07-06T06:24:11.1823099Z    Compiling proc-macro2 v1.0.106
2026-07-06T06:24:11.1824500Z    Compiling unicode-ident v1.0.24
2026-07-06T06:24:11.1825654Z    Compiling quote v1.0.45
2026-07-06T06:24:11.1826678Z    Compiling libc v0.2.186
2026-07-06T06:24:11.1827709Z    Compiling serde_core v1.0.228
2026-07-06T06:24:11.1829522Z    Compiling cfg-if v1.0.4
2026-07-06T06:24:11.1873028Z    Compiling serde v1.0.228
2026-07-06T06:24:11.1899837Z    Compiling log v0.4.32
2026-07-06T06:24:11.1932170Z    Compiling pin-project-lite v0.2.17
2026-07-06T06:24:11.1934375Z    Compiling portable-atomic v1.13.1
2026-07-06T06:24:11.1980397Z    Compiling typenum v1.20.1
2026-07-06T06:24:11.2013152Z    Compiling memchr v2.8.1
2026-07-06T06:24:11.2093939Z    Compiling version_check v0.9.5
2026-07-06T06:24:11.2131897Z    Compiling shlex v2.0.1
2026-07-06T06:24:11.2174227Z    Compiling critical-section v1.2.0
2026-07-06T06:24:11.2562702Z    Compiling find-msvc-tools v0.1.9
2026-07-06T06:24:11.2809900Z    Compiling bytes v1.11.1
2026-07-06T06:24:11.2907519Z    Compiling futures-core v0.3.32
2026-07-06T06:24:11.3462069Z    Compiling subtle v2.6.1
2026-07-06T06:24:11.4312098Z    Compiling equivalent v1.0.2
2026-07-06T06:24:11.4942723Z    Compiling smallvec v1.15.1
2026-07-06T06:24:11.5033056Z    Compiling itoa v1.0.18
2026-07-06T06:24:11.5034806Z    Compiling semver v1.0.28
2026-07-06T06:24:11.5081891Z    Compiling stable_deref_trait v1.2.1
2026-07-06T06:24:11.5162160Z    Compiling futures-sink v0.3.32
2026-07-06T06:24:11.5491678Z    Compiling slab v0.4.12
2026-07-06T06:24:11.5749789Z    Compiling futures-io v0.3.32
2026-07-06T06:24:11.5865481Z    Compiling futures-task v0.3.32
2026-07-06T06:24:11.6532582Z    Compiling futures-channel v0.3.32
2026-07-06T06:24:11.6918310Z    Compiling rand_core v0.10.1
2026-07-06T06:24:11.6951878Z    Compiling generic-array v0.14.7
2026-07-06T06:24:11.7611743Z    Compiling rustversion v1.0.22
2026-07-06T06:24:11.7773016Z    Compiling bitflags v2.12.1
2026-07-06T06:24:11.8273915Z    Compiling hashbrown v0.17.1
2026-07-06T06:24:11.8409814Z    Compiling cpufeatures v0.2.17
2026-07-06T06:24:11.8595030Z    Compiling rustc_version v0.4.1
2026-07-06T06:24:11.9085072Z    Compiling getrandom v0.4.2
2026-07-06T06:24:11.9341702Z    Compiling fnv v1.0.7
2026-07-06T06:24:11.9474338Z    Compiling strsim v0.11.1
2026-07-06T06:24:11.9654194Z    Compiling cfg_aliases v0.2.1
2026-07-06T06:24:12.0311797Z    Compiling writeable v0.6.3
2026-07-06T06:24:12.0352129Z    Compiling litemap v0.8.2
2026-07-06T06:24:12.0729984Z    Compiling dunce v1.0.5
2026-07-06T06:24:12.1666748Z    Compiling icu_properties_data v2.2.0
2026-07-06T06:24:12.1723359Z    Compiling ident_case v1.0.1
2026-07-06T06:24:12.2343876Z    Compiling fs_extra v1.3.0
2026-07-06T06:24:12.2442004Z    Compiling utf8_iter v1.0.4
2026-07-06T06:24:12.2702176Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T06:24:12.3211981Z    Compiling percent-encoding v2.3.2
2026-07-06T06:24:12.3670522Z    Compiling autocfg v1.5.1
2026-07-06T06:24:12.3931856Z    Compiling http v1.4.1
2026-07-06T06:24:12.4452134Z    Compiling unicode-segmentation v1.13.3
2026-07-06T06:24:12.5050488Z    Compiling syn v2.0.117
2026-07-06T06:24:12.6052520Z    Compiling cpufeatures v0.3.0
2026-07-06T06:24:12.6382327Z    Compiling thiserror v2.0.18
2026-07-06T06:24:12.6715288Z    Compiling aws-lc-rs v1.17.0
2026-07-06T06:24:12.6931094Z    Compiling scopeguard v1.2.0
2026-07-06T06:24:12.7030834Z    Compiling chacha20 v0.10.0
2026-07-06T06:24:12.7962334Z    Compiling indexmap v2.14.0
2026-07-06T06:24:12.8001538Z    Compiling lock_api v0.4.14
2026-07-06T06:24:12.8081200Z    Compiling form_urlencoded v1.2.2
2026-07-06T06:24:12.8151358Z    Compiling untrusted v0.9.0
2026-07-06T06:24:12.9816858Z    Compiling rustls v0.23.40
2026-07-06T06:24:12.9881104Z    Compiling heck v0.5.0
2026-07-06T06:24:13.0211646Z    Compiling jobserver v0.1.34
2026-07-06T06:24:13.0281129Z    Compiling unicode-xid v0.2.6
2026-07-06T06:24:13.0598358Z    Compiling atomic-waker v1.1.2
2026-07-06T06:24:13.0696992Z    Compiling anyhow v1.0.102
2026-07-06T06:24:13.0971583Z    Compiling const-oid v0.10.2
2026-07-06T06:24:13.1041021Z    Compiling convert_case v0.10.0
2026-07-06T06:24:13.1560723Z    Compiling zerocopy v0.8.50
2026-07-06T06:24:13.1791210Z    Compiling httparse v1.10.1
2026-07-06T06:24:13.2010920Z    Compiling paste v1.0.15
2026-07-06T06:24:13.2260971Z    Compiling parking_lot_core v0.9.12
2026-07-06T06:24:13.2468645Z    Compiling num-traits v0.2.19
2026-07-06T06:24:13.2830696Z    Compiling hybrid-array v0.4.12
2026-07-06T06:24:13.3642528Z    Compiling cc v1.2.63
2026-07-06T06:24:13.4347087Z    Compiling curve25519-dalek v4.1.3
2026-07-06T06:24:13.4911699Z    Compiling ahash v0.8.12
2026-07-06T06:24:13.4964523Z    Compiling fastrand v2.4.1
2026-07-06T06:24:13.5871025Z    Compiling powerfmt v0.2.0
2026-07-06T06:24:13.5940983Z    Compiling base64ct v1.8.3
2026-07-06T06:24:13.6010934Z    Compiling either v1.16.0
2026-07-06T06:24:13.6168533Z    Compiling crypto-common v0.1.7
2026-07-06T06:24:13.6551449Z    Compiling block-buffer v0.10.4
2026-07-06T06:24:13.7292800Z    Compiling http-body v1.0.1
2026-07-06T06:24:13.7989958Z    Compiling deranged v0.5.8
2026-07-06T06:24:13.8283180Z    Compiling digest v0.10.7
2026-07-06T06:24:13.8569858Z    Compiling zmij v1.0.21
2026-07-06T06:24:13.9031001Z    Compiling tower-service v0.3.3
2026-07-06T06:24:13.9848907Z    Compiling vcpkg v0.2.15
2026-07-06T06:24:14.0040604Z    Compiling data-encoding v2.11.0
2026-07-06T06:24:14.0087220Z    Compiling time-core v0.1.8
2026-07-06T06:24:14.0911354Z    Compiling mio v1.2.1
2026-07-06T06:24:14.1661736Z    Compiling socket2 v0.6.4
2026-07-06T06:24:14.1665326Z    Compiling getrandom v0.2.17
2026-07-06T06:24:14.2670794Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T06:24:14.3700953Z    Compiling rand_core v0.6.4
2026-07-06T06:24:14.4083447Z    Compiling pkg-config v0.3.33
2026-07-06T06:24:14.4130700Z    Compiling base64 v0.22.1
2026-07-06T06:24:14.4901194Z    Compiling rand v0.10.1
2026-07-06T06:24:14.5170791Z    Compiling uuid v1.23.2
2026-07-06T06:24:14.6000443Z    Compiling tinyvec_macros v0.1.1
2026-07-06T06:24:14.6700710Z    Compiling try-lock v0.2.5
2026-07-06T06:24:14.7611027Z    Compiling cmake v0.1.58
2026-07-06T06:24:14.7697005Z    Compiling num-conv v0.2.2
2026-07-06T06:24:14.8371139Z    Compiling want v0.3.1
2026-07-06T06:24:14.8659528Z    Compiling parking_lot v0.12.5
2026-07-06T06:24:14.9538263Z    Compiling tinyvec v1.11.0
2026-07-06T06:24:14.9907949Z    Compiling sha2 v0.10.9
2026-07-06T06:24:15.0560705Z    Compiling crypto-common v0.2.2
2026-07-06T06:24:15.0598840Z    Compiling block-buffer v0.12.0
2026-07-06T06:24:15.0606222Z    Compiling inout v0.1.4
2026-07-06T06:24:15.0730410Z    Compiling vergen-lib v9.1.0
2026-07-06T06:24:15.2230643Z    Compiling n0-future v0.3.2
2026-07-06T06:24:15.2861503Z    Compiling diatomic-waker v0.2.3
2026-07-06T06:24:15.2900647Z    Compiling spin v0.10.0
2026-07-06T06:24:15.3765350Z    Compiling signature v2.2.0
2026-07-06T06:24:15.3930939Z    Compiling httpdate v1.0.3
2026-07-06T06:24:15.4060742Z    Compiling crossbeam-utils v0.8.21
2026-07-06T06:24:15.4421710Z    Compiling winnow v1.0.3
2026-07-06T06:24:15.4640916Z    Compiling parking v2.2.1
2026-07-06T06:24:15.4833820Z    Compiling serde_json v1.0.150
2026-07-06T06:24:15.4925797Z    Compiling cordyceps v0.3.4
2026-07-06T06:24:15.5119629Z    Compiling ed25519 v2.2.3
2026-07-06T06:24:15.5347862Z    Compiling cipher v0.4.4
2026-07-06T06:24:15.5627573Z    Compiling netlink-packet-core v0.8.1
2026-07-06T06:24:15.5878420Z    Compiling universal-hash v0.5.1
2026-07-06T06:24:15.6554223Z    Compiling futures-lite v2.6.1
2026-07-06T06:24:15.6870803Z    Compiling vergen v9.1.0
2026-07-06T06:24:15.7040166Z    Compiling vergen-lib v0.1.6
2026-07-06T06:24:15.7267553Z    Compiling heapless v0.7.17
2026-07-06T06:24:15.7394156Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T06:24:15.7820463Z    Compiling aws-lc-sys v0.41.0
2026-07-06T06:24:15.8020862Z    Compiling ring v0.17.14
2026-07-06T06:24:15.8150853Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T06:24:15.8430870Z    Compiling futures-buffered v0.2.13
2026-07-06T06:24:15.8540774Z    Compiling noq-udp v0.10.0
2026-07-06T06:24:15.9511120Z    Compiling sync_wrapper v1.0.2
2026-07-06T06:24:15.9820665Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T06:24:15.9927863Z    Compiling opaque-debug v0.3.1
2026-07-06T06:24:16.0120749Z    Compiling byteorder v1.5.0
2026-07-06T06:24:16.0290568Z    Compiling allocator-api2 v0.2.21
2026-07-06T06:24:16.0471194Z    Compiling digest v0.11.3
2026-07-06T06:24:16.0862766Z    Compiling polyval v0.6.2
2026-07-06T06:24:16.1940530Z    Compiling hash32 v0.2.1
2026-07-06T06:24:16.3140993Z    Compiling vergen-gitcl v1.0.8
2026-07-06T06:24:16.3640674Z    Compiling spin v0.9.8
2026-07-06T06:24:16.3840593Z    Compiling fallible-iterator v0.3.0
2026-07-06T06:24:16.3900132Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T06:24:16.3914452Z    Compiling signature v3.0.0
2026-07-06T06:24:16.5101226Z    Compiling ryu v1.0.23
2026-07-06T06:24:16.5285731Z    Compiling tower-layer v0.3.3
2026-07-06T06:24:16.5298531Z    Compiling num_threads v0.1.7
2026-07-06T06:24:16.5970738Z    Compiling ghash v0.5.1
2026-07-06T06:24:16.6540359Z    Compiling time v0.3.47
2026-07-06T06:24:16.7030577Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T06:24:16.7170774Z    Compiling aes v0.8.4
2026-07-06T06:24:16.7650614Z    Compiling ctr v0.9.2
2026-07-06T06:24:16.8159480Z    Compiling fs2 v0.4.3
2026-07-06T06:24:16.9013230Z    Compiling http-body-util v0.1.3
2026-07-06T06:24:16.9077099Z    Compiling aead v0.5.2
2026-07-06T06:24:16.9768846Z    Compiling arrayvec v0.7.6
2026-07-06T06:24:16.9940762Z    Compiling openssl-probe v0.2.1
2026-07-06T06:24:17.0132225Z    Compiling utf8parse v0.2.2
2026-07-06T06:24:17.0711034Z    Compiling crossbeam-channel v0.5.15
2026-07-06T06:24:17.1300515Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T06:24:17.1760868Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T06:24:17.2046185Z    Compiling netlink-packet-route v0.29.0
2026-07-06T06:24:17.2471315Z    Compiling blake3 v1.8.5
2026-07-06T06:24:17.2666466Z    Compiling memoffset v0.6.5
2026-07-06T06:24:17.4557742Z    Compiling aes-gcm v0.10.3
2026-07-06T06:24:17.4775181Z    Compiling acto v0.8.2
2026-07-06T06:24:17.5658821Z    Compiling netwatch v0.16.0
2026-07-06T06:24:17.5974665Z    Compiling noq v0.18.0
2026-07-06T06:24:17.6341841Z    Compiling mac-addr v0.3.0
2026-07-06T06:24:17.6480969Z    Compiling lru-slab v0.1.2
2026-07-06T06:24:17.6970838Z    Compiling rustix v1.1.4
2026-07-06T06:24:17.7806714Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T06:24:17.7931450Z    Compiling tagptr v0.2.0
2026-07-06T06:24:17.8161605Z    Compiling thiserror v1.0.69
2026-07-06T06:24:17.8502941Z    Compiling identity-hash v0.1.0
2026-07-06T06:24:17.8651145Z    Compiling ref-cast v1.0.25
2026-07-06T06:24:17.9318664Z    Compiling rustc-hash v2.1.2
2026-07-06T06:24:17.9467256Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T06:24:18.0213993Z    Compiling foldhash v0.2.0
2026-07-06T06:24:18.0390790Z    Compiling xml-rs v0.8.28
2026-07-06T06:24:18.1382557Z    Compiling synstructure v0.13.2
2026-07-06T06:24:18.1861093Z    Compiling darling_core v0.20.11
2026-07-06T06:24:18.2299544Z    Compiling hashbrown v0.16.1
2026-07-06T06:24:18.2431726Z    Compiling serde_derive_internals v0.29.1
2026-07-06T06:24:18.3801026Z    Compiling netlink-packet-route v0.30.0
2026-07-06T06:24:18.9194554Z    Compiling proc-macro-crate v3.5.0
2026-07-06T06:24:18.9568457Z    Compiling xmltree v0.10.3
2026-07-06T06:24:19.1853612Z    Compiling errno v0.3.14
2026-07-06T06:24:19.2132970Z    Compiling ioctl-rs v0.1.6
2026-07-06T06:24:19.2208072Z    Compiling termios v0.2.2
2026-07-06T06:24:19.2610966Z    Compiling serial-core v0.4.0
2026-07-06T06:24:19.3082582Z    Compiling simple-dns v0.9.3
2026-07-06T06:24:19.3366937Z    Compiling aho-corasick v1.1.4
2026-07-06T06:24:19.3460475Z    Compiling resolv-conf v0.7.6
2026-07-06T06:24:19.3561300Z    Compiling signal-hook v0.3.18
2026-07-06T06:24:19.3875673Z    Compiling linux-raw-sys v0.12.1
2026-07-06T06:24:19.4061097Z    Compiling smol_str v0.1.24
2026-07-06T06:24:19.4700659Z    Compiling winnow v0.7.15
2026-07-06T06:24:19.5788444Z    Compiling toml_write v0.1.2
2026-07-06T06:24:19.6200759Z    Compiling sha1_smol v1.0.1
2026-07-06T06:24:19.6481919Z    Compiling constant_time_eq v0.4.2
2026-07-06T06:24:19.7790466Z    Compiling arrayref v0.3.9
2026-07-06T06:24:19.7866012Z    Compiling simdutf8 v0.1.5
2026-07-06T06:24:19.8211210Z    Compiling regex-syntax v0.8.10
2026-07-06T06:24:19.9750781Z    Compiling serial-unix v0.4.0
2026-07-06T06:24:19.9816066Z    Compiling signal-hook-registry v1.4.8
2026-07-06T06:24:20.1164285Z    Compiling lru v0.16.4
2026-07-06T06:24:20.2139889Z    Compiling serde_derive v1.0.228
2026-07-06T06:24:20.2646632Z    Compiling zeroize_derive v1.4.3
2026-07-06T06:24:20.2995334Z    Compiling tokio-macros v2.7.0
2026-07-06T06:24:20.3571276Z    Compiling futures-macro v0.3.32
2026-07-06T06:24:20.5121052Z    Compiling zerofrom-derive v0.1.7
2026-07-06T06:24:20.8670844Z    Compiling zeroize v1.8.2
2026-07-06T06:24:21.0150527Z    Compiling tokio v1.52.3
2026-07-06T06:24:21.0676034Z    Compiling yoke-derive v0.8.2
2026-07-06T06:24:21.4810926Z    Compiling futures-util v0.3.32
2026-07-06T06:24:21.5711230Z    Compiling zerovec-derive v0.11.3
2026-07-06T06:24:21.6301482Z    Compiling displaydoc v0.2.6
2026-07-06T06:24:22.1925154Z    Compiling zerofrom v0.1.8
2026-07-06T06:24:22.2840948Z    Compiling tracing-attributes v0.1.31
2026-07-06T06:24:22.2964856Z    Compiling rustls-pki-types v1.14.1
2026-07-06T06:24:22.3220866Z    Compiling thiserror-impl v2.0.18
2026-07-06T06:24:22.5741480Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T06:24:22.7100804Z    Compiling yoke v0.8.3
2026-07-06T06:24:22.9360757Z    Compiling zerotrie v0.2.4
2026-07-06T06:24:23.2945099Z    Compiling darling_macro v0.20.11
2026-07-06T06:24:23.3210433Z    Compiling derive_more-impl v2.1.1
2026-07-06T06:24:23.3538100Z    Compiling zerovec v0.11.6
2026-07-06T06:24:23.3970955Z    Compiling spez v0.1.2
2026-07-06T06:24:23.4860820Z    Compiling n0-error-macros v0.1.3
2026-07-06T06:24:23.6992402Z    Compiling darling v0.20.11
2026-07-06T06:24:23.7854867Z    Compiling derive_builder_core v0.20.2
2026-07-06T06:24:24.1887830Z    Compiling tinystr v0.8.3
2026-07-06T06:24:24.2740876Z    Compiling potential_utf v0.1.5
2026-07-06T06:24:24.3979925Z    Compiling icu_collections v2.2.0
2026-07-06T06:24:24.4529718Z    Compiling icu_locale_core v2.2.0
2026-07-06T06:24:24.4603452Z    Compiling der v0.8.0-rc.10
2026-07-06T06:24:24.4797834Z    Compiling pin-project-internal v1.1.13
2026-07-06T06:24:24.8740296Z    Compiling n0-error v0.1.3
2026-07-06T06:24:25.2911347Z    Compiling ed25519-dalek v2.2.0
2026-07-06T06:24:25.3077994Z    Compiling futures-executor v0.3.32
2026-07-06T06:24:25.3702537Z    Compiling derive_builder_macro v0.20.2
2026-07-06T06:24:25.5961767Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-06T06:24:25.7042080Z    Compiling ipnet v2.12.0
2026-07-06T06:24:25.7160578Z    Compiling derive_builder v0.20.2
2026-07-06T06:24:25.7366605Z    Compiling icu_provider v2.2.0
2026-07-06T06:24:26.0200711Z    Compiling pin-project v1.1.13
2026-07-06T06:24:26.0947082Z    Compiling icu_properties v2.2.0
2026-07-06T06:24:26.1212797Z    Compiling icu_normalizer v2.2.0
2026-07-06T06:24:26.1861110Z    Compiling spki v0.8.0-rc.4
2026-07-06T06:24:26.3231119Z    Compiling prefix-trie v0.8.4
2026-07-06T06:24:26.3997512Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T06:24:26.5101732Z    Compiling once_cell v1.21.4
2026-07-06T06:24:26.5890777Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T06:24:26.7660963Z    Compiling tracing-core v0.1.36
2026-07-06T06:24:26.7967206Z    Compiling futures v0.3.32
2026-07-06T06:24:26.8744252Z    Compiling cobs v0.3.0
2026-07-06T06:24:27.0180761Z    Compiling hashbrown v0.14.5
2026-07-06T06:24:27.0370695Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T06:24:27.0976465Z    Compiling postcard-derive v0.2.2
2026-07-06T06:24:27.1735068Z    Compiling tokio-util v0.7.18
2026-07-06T06:24:27.3251066Z    Compiling netlink-sys v0.8.8
2026-07-06T06:24:27.3560621Z    Compiling tower v0.5.3
2026-07-06T06:24:27.3855229Z    Compiling tracing v0.1.44
2026-07-06T06:24:27.6951254Z    Compiling idna_adapter v1.2.2
2026-07-06T06:24:27.7691206Z    Compiling postcard v1.1.3
2026-07-06T06:24:27.7890766Z    Compiling idna v1.1.0
2026-07-06T06:24:27.8030836Z    Compiling data-encoding-macro v0.1.20
2026-07-06T06:24:27.8249207Z    Compiling hashlink v0.9.1
2026-07-06T06:24:27.8631861Z    Compiling rustls-native-certs v0.8.4
2026-07-06T06:24:27.8881689Z    Compiling num_enum_derive v0.7.6
2026-07-06T06:24:27.9721073Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T06:24:28.1160953Z    Compiling strum_macros v0.28.0
2026-07-06T06:24:28.1250940Z    Compiling derive_more v2.1.1
2026-07-06T06:24:28.1870858Z    Compiling enum-assoc v1.3.0
2026-07-06T06:24:28.2320548Z    Compiling h2 v0.4.14
2026-07-06T06:24:28.2840922Z    Compiling url v2.5.8
2026-07-06T06:24:28.3880630Z    Compiling rusqlite v0.32.1
2026-07-06T06:24:28.3944043Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T06:24:28.4020787Z    Compiling async-trait v0.1.89
2026-07-06T06:24:28.4589133Z    Compiling n0-watcher v0.6.1
2026-07-06T06:24:28.4912281Z    Compiling iroh-metrics v0.38.3
2026-07-06T06:24:28.7120690Z    Compiling tokio-stream v0.1.18
2026-07-06T06:24:28.8271162Z    Compiling iroh-relay v0.98.0
2026-07-06T06:24:28.9170929Z    Compiling netdev v0.42.0
2026-07-06T06:24:29.0975849Z    Compiling netlink-proto v0.12.0
2026-07-06T06:24:29.1087005Z    Compiling num_enum v0.7.6
2026-07-06T06:24:29.1845233Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T06:24:29.1981109Z    Compiling iroh-base v0.98.0
2026-07-06T06:24:29.2201069Z    Compiling tower-http v0.6.11
2026-07-06T06:24:29.2315470Z    Compiling attohttpc v0.30.1
2026-07-06T06:24:29.4260833Z    Compiling moka v0.12.15
2026-07-06T06:24:29.4721061Z    Compiling toml_datetime v0.6.11
2026-07-06T06:24:29.5780831Z    Compiling serde_spanned v0.6.9
2026-07-06T06:24:29.7220727Z    Compiling ref-cast-impl v1.0.25
2026-07-06T06:24:29.7340722Z    Compiling thiserror-impl v1.0.69
2026-07-06T06:24:29.8045196Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T06:24:29.8580784Z    Compiling toml_edit v0.22.27
2026-07-06T06:24:30.0770891Z    Compiling webpki-roots v1.0.7
2026-07-06T06:24:30.2811324Z    Compiling regex-automata v0.4.14
2026-07-06T06:24:30.3241116Z    Compiling schemars_derive v1.2.1
2026-07-06T06:24:30.5325287Z    Compiling darling_core v0.23.0
2026-07-06T06:24:30.7069967Z    Compiling serde_bytes v0.11.19
2026-07-06T06:24:30.7581697Z    Compiling hmac v0.12.1
2026-07-06T06:24:30.8550608Z    Compiling seize v0.5.1
2026-07-06T06:24:30.8785606Z    Compiling iroh v0.98.2
2026-07-06T06:24:30.9620775Z    Compiling bitflags v1.3.2
2026-07-06T06:24:31.0370875Z    Compiling dyn-clone v1.0.20
2026-07-06T06:24:31.1330778Z    Compiling cmov v0.5.4
2026-07-06T06:24:31.2034351Z    Compiling pin-utils v0.1.0
2026-07-06T06:24:31.2166763Z    Compiling rustix v0.38.44
2026-07-06T06:24:31.3039777Z    Compiling nix v0.25.1
2026-07-06T06:24:31.4290371Z    Compiling ctutils v0.4.2
2026-07-06T06:24:31.4993652Z    Compiling papaya v0.2.4
2026-07-06T06:24:31.5820633Z    Compiling filedescriptor v0.8.3
2026-07-06T06:24:31.6051565Z    Compiling strum v0.28.0
2026-07-06T06:24:31.6190932Z    Compiling hkdf v0.12.4
2026-07-06T06:24:31.7088137Z    Compiling iroh-dns v0.98.0
2026-07-06T06:24:31.7290619Z    Compiling backon v1.6.0
2026-07-06T06:24:31.7721027Z    Compiling serial v0.4.0
2026-07-06T06:24:31.9020784Z    Compiling anstyle-parse v1.0.0
2026-07-06T06:24:31.9120565Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T06:24:32.0052112Z    Compiling anstyle-query v1.1.5
2026-07-06T06:24:32.0989670Z    Compiling instability v0.3.12
2026-07-06T06:24:32.1100514Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T06:24:32.1315274Z    Compiling anstyle v1.0.14
2026-07-06T06:24:32.1730527Z    Compiling shell-words v1.1.1
2026-07-06T06:24:32.2101000Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T06:24:32.2353382Z    Compiling foldhash v0.1.5
2026-07-06T06:24:32.3046788Z    Compiling downcast-rs v1.2.1
2026-07-06T06:24:32.3181352Z    Compiling linux-raw-sys v0.4.15
2026-07-06T06:24:32.3624294Z    Compiling colorchoice v1.0.5
2026-07-06T06:24:32.4122311Z    Compiling hashbrown v0.15.5
2026-07-06T06:24:32.4364041Z    Compiling anstream v1.0.0
2026-07-06T06:24:32.4650821Z    Compiling vte v0.13.1
2026-07-06T06:24:32.4822271Z    Compiling signal-hook-mio v0.2.5
2026-07-06T06:24:32.6169751Z    Compiling spake2 v0.4.0
2026-07-06T06:24:32.6553450Z    Compiling schemars v1.2.1
2026-07-06T06:24:32.9342366Z    Compiling toml v0.8.23
2026-07-06T06:24:33.0157985Z    Compiling terminal_size v0.4.4
2026-07-06T06:24:33.1821894Z    Compiling strum_macros v0.26.4
2026-07-06T06:24:33.1970984Z    Compiling sha1 v0.10.6
2026-07-06T06:24:33.4870846Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T06:24:33.6920652Z    Compiling regex v1.12.3
2026-07-06T06:24:34.0521133Z    Compiling hyper v1.10.1
2026-07-06T06:24:34.0920776Z    Compiling itertools v0.13.0
2026-07-06T06:24:34.4182223Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T06:24:34.5016132Z    Compiling castaway v0.2.4
2026-07-06T06:24:34.5860575Z    Compiling darling_macro v0.23.0
2026-07-06T06:24:34.6240853Z    Compiling clap_lex v1.1.0
2026-07-06T06:24:34.9090587Z    Compiling darling v0.23.0
2026-07-06T06:24:34.9680900Z    Compiling unicode-width v0.1.14
2026-07-06T06:24:34.9760822Z    Compiling indoc v2.0.7
2026-07-06T06:24:35.3064174Z    Compiling doctest-file v1.1.1
2026-07-06T06:24:35.3310709Z    Compiling static_assertions v1.1.0
2026-07-06T06:24:35.3966039Z    Compiling compact_str v0.8.2
2026-07-06T06:24:35.4191038Z    Compiling clap_builder v4.6.0
2026-07-06T06:24:35.4470557Z    Compiling crossterm v0.28.1
2026-07-06T06:24:35.8850936Z    Compiling portable-pty v0.8.1
2026-07-06T06:24:35.9261223Z    Compiling interprocess v2.4.2
2026-07-06T06:24:36.1581069Z    Compiling hyper-util v0.1.20
2026-07-06T06:24:36.2231291Z    Compiling unicode-truncate v1.1.0
2026-07-06T06:24:36.2426846Z    Compiling strum v0.26.3
2026-07-06T06:24:36.4051327Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T06:24:36.4150487Z    Compiling lru v0.12.5
2026-07-06T06:24:36.5060861Z    Compiling clap_derive v4.6.1
2026-07-06T06:24:36.6247758Z    Compiling iana-time-zone v0.1.65
2026-07-06T06:24:36.6430812Z    Compiling cassowary v0.3.0
2026-07-06T06:24:36.8191623Z    Compiling unicode-width v0.2.0
2026-07-06T06:24:36.8710660Z    Compiling chrono v0.4.45
2026-07-06T06:24:36.9730342Z    Compiling nucleo-matcher v0.3.1
2026-07-06T06:24:37.1560593Z    Compiling ratatui v0.29.0
2026-07-06T06:24:37.1830323Z    Compiling qrcode v0.14.1
2026-07-06T06:24:37.2314805Z    Compiling tempfile v3.27.0
2026-07-06T06:24:38.0624976Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T06:24:38.2841090Z    Compiling igd-next v0.17.1
2026-07-06T06:24:38.8480832Z    Compiling clap v4.6.1
2026-07-06T06:24:39.5980983Z    Compiling portmapper v0.16.0
2026-07-06T06:24:45.2606977Z    Compiling rustls-webpki v0.103.13
2026-07-06T06:24:47.7449088Z    Compiling tokio-rustls v0.26.4
2026-07-06T06:24:47.7453607Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T06:24:47.7453989Z    Compiling noq-proto v0.17.0
2026-07-06T06:24:47.8973511Z    Compiling hyper-rustls v0.27.9
2026-07-06T06:24:47.8974095Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T06:24:47.8974635Z    Compiling tokio-websockets v0.13.2
2026-07-06T06:24:48.0318883Z    Compiling reqwest v0.13.4
2026-07-06T06:24:48.9979387Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T06:25:03.7589269Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T06:25:05.3129366Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T06:25:13.7019155Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T06:25:18.4857557Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-06T06:25:18.5074588Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-b275a0970b188bf2)
2026-07-06T06:25:18.5087501Z 
2026-07-06T06:25:18.5087835Z running 1 test
2026-07-06T06:25:24.5971825Z test new_brain_serves_against_old_broker ... ok
2026-07-06T06:25:24.5972126Z 
2026-07-06T06:25:24.5972459Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-06T06:25:24.5972816Z 
2026-07-06T06:25:24.6184901Z Post job cleanup.
2026-07-06T06:25:24.6836785Z [command]/usr/bin/git version
2026-07-06T06:25:24.6901263Z git version 2.43.0
2026-07-06T06:25:24.6932673Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7ccd245f-ae1c-4f2d-806e-22fd1c628f9f' before making global git config changes
2026-07-06T06:25:24.6933334Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:25:24.6936452Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T06:25:24.6968303Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:25:24.6995688Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T06:25:24.7182597Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:25:24.7205664Z http.https://github.com/.extraheader
2026-07-06T06:25:24.7214187Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-06T06:25:24.7247575Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-06T06:25:24.7442679Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:25:24.7468196Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T06:25:24.7772390Z Cleaning up orphan processes
2026-07-06T06:25:24.8306348Z Terminate orphan process: pid (2564545) (spt)
